code_checker.engine.builtin.clang_tidy_classification

Public Imports

code_checker.engine.types
public import code_checker.engine.types : Severity;

Members

Functions

classify
Severity classify(string diagnostic_msg, string kind)
color
string color(Severity s)
filterSeverity
auto filterSeverity()
mapClangTidy
void mapClangTidy(string[] lines, Writer w)

Apply fn on the diagnostic messages.

mapClangTidyStats
void mapClangTidyStats(string[] lines)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CountErrorsResult
struct CountErrorsResult
Undocumented in source.
DiagMessage
struct DiagMessage
Undocumented in source.
SeverityColor
struct SeverityColor
Undocumented in source.
StatMessage
struct StatMessage
Undocumented in source.

Variables

clangTidyPath
auto clangTidyPath;
Undocumented in source.
diagnosticSeverity
Severity[string] diagnosticSeverity;
Undocumented in source.
json
auto json;
Undocumented in source.
s
Severity s;
Undocumented in source.
severityColor
SeverityColor[Severity] severityColor;
Undocumented in source.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)